MessageConversationTopic Property
Contains the topic of the first message in a conversation thread.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
public string ConversationTopic { get; set; }
Public Property ConversationTopic As String
Get
Set
Property Value
StringThe conversation topic.
A conversation thread represents a series of messages and replies. These properties are set for the first message in a thread, usually to the
NormalizedSubject property. Subsequent messages in the thread should use the same topic without modification.